xen.git
2006-01-12 kaf24@firebug... Add missing renamed files. Oops.
2006-01-12 kaf24@firebug... Rename ac_timer_* interfaces -> timer_*. The ac_ is
2006-01-12 kaf24@firebug... Simplify vcpu_sleep_sync() and sched_adjdom(). Their
2006-01-12 kaf24@firebug... Fix compile warning about uninitialised vars.
2006-01-12 kaf24@firebug... Update copyright on domain_page implementation. It...
2006-01-12 kaf24@firebug... More debug print cleanups.
2006-01-12 kaf24@firebug... Quieten debug printing on memory_op hypercall. Don...
2006-01-12 kaf24@firebug... Re-enable per-cpu cache on map_domain_page(). Fix the
2006-01-12 kaf24@firebug... fixes some compiler warnings due to new types used in
2006-01-12 kaf24@firebug... Adds a check to vtpm_manager and vtpm Makefiles to...
2006-01-12 emellor@leeni... Merged.
2006-01-12 emellor@leeni... 8604:a51fcb5de470 introduced a discrepancy between...
2006-01-12 kaf24@firebug... Fix cpu_affinity memcpy() (bytes not longs!) add add...
2006-01-12 Ian.Campbell... Fix x86_64 domU build by conditionalizing NMI support...
2006-01-11 kaf24@firebug... More do_iret() fixes. We need to take care in restoring
2006-01-11 kaf24@firebug... map_domain_page per-vcpu cache still seems broken....
2006-01-11 kaf24@firebug... More code cleanups, mainly to do_iret() implementations.
2006-01-11 kaf24@firebug... merge
2006-01-11 kaf24@firebug... Reassert nmi pending when a nmi handler is registered
2006-01-11 Ian.Campbell... merge
2006-01-11 Ian.Campbell... merge
2006-01-11 kaf24@firebug... Add a per-vcpu lock-free cache of mappings to map_domai...
2006-01-11 Ian.Campbell... Fixup some bogus formatting and remove a stray debug...
2006-01-11 Ian.Campbell... merge
2006-01-11 emellor@leeni... Install in /usr/sbin, not /usr/local/sbin, for consiste...
2006-01-11 Ian.Campbell... Pass NMIs to DOM0 via a dedicated callback, Xen/Linux...
2006-01-11 Ian.Campbell... Pass NMIs to DOM0 via a dedicated callback, Xen/Linux...
2006-01-11 Ian.Campbell... Pass NMIs to DOM0 via a dedicated callback, Xen x86_64...
2006-01-11 Ian.Campbell... Pass NMIs to DOM0 via a dedicated callback, Xen x86_32...
2006-01-11 Ian.Campbell... Pass NMIs to DOM0 via a dedicated callback, core Xen...
2006-01-11 Ian.Campbell... Factor re-enabling the IOCK line out of io_check_error()
2006-01-11 vhanquez@kneesa... make xs_test in xenstore compile.
2006-01-11 vhanquez@kneesa... update xs_transaction_t to be a plain u32 integer inste...
2006-01-11 vhanquez@kneesa... Share the same name for xenbus transaction type between...
2006-01-11 kaf24@firebug... Fix 32-bit shadow mode to handle extended perdomain...
2006-01-11 kaf24@firebug... Fixed ia64 compilation issues and also change xen/ia64...
2006-01-10 kaf24@firebug... Update map_domain_page() documentation (mappings may...
2006-01-10 kaf24@firebug... Add new map_domain_page_global() interface to allow...
2006-01-10 vhanquez@kneesa... Change xenbus_transaction fake pointer into an opaque...
2006-01-10 cl349@firebug... Cleanups.
2006-01-10 vhanquez@kneesa... Replace NULL xenbus transaction by a specific XBT_NULL...
2006-01-10 kaf24@firebug... Send guest output on all xen-attached console devices
2006-01-10 kaf24@firebug... Fix the build.
2006-01-10 stekloff@elm3b216... Updated default config options for VMX test domains...
2006-01-10 stekloff@elm3b216... Changed ifconfig loopback to have 127.0.0.1, so ping...
2006-01-10 emellor@leeni... Merged.
2006-01-10 emellor@leeni... Proactively check for NULL strings passed into xc_linux...
2006-01-10 kaf24@firebug... Add VMX guest quick start into Xen 3.0 user manual.
2006-01-10 emellor@leeni... Made network-bridge script work on ALL systems missing...
2006-01-10 kaf24@firebug... Proactively check for NULL strings passed into xc_linx_...
2006-01-10 kaf24@firebug... Add dummy 'all' target to guest-headers Makefile.
2006-01-10 emellor@leeni... Merged.
2006-01-10 emellor@leeni... Extend the xc_linux_save interface to take a callback...
2006-01-09 kaf24@firebug... Tiny bootstrap cleanup.
2006-01-09 kaf24@firebug... General start-of-day cleanups, resulting in the
2006-01-09 emellor@leeni... Merged.
2006-01-09 vhanquez@kneesa... free trans if allocated, if dev_request_and_reply fail.
2006-01-09 vhanquez@kneesa... Fail early without calling dev_request_and_reply if...
2006-01-09 kaf24@firebug... Fix context_switch(). It is necessary to set_current...
2006-01-09 root@kctAs hotplug events are asynchronous by its nature, the...
2006-01-09 emellor@leeni... Merged.
2006-01-09 emellor@leeni... Added missing munmap for live_p2m_frame_list_list.
2006-01-09 emellor@leeni... Fix the error recovery at the undo_out label in __gntta...
2006-01-09 kaf24@firebug... Allow HYPERVISOR_VIRT_START/END public definitions...
2006-01-07 kaf24@firebug... Add cpumask_scnprintf() and cpulist_scnprintf(). This...
2006-01-07 kaf24@firebug... Remove netif_be_dbg debug-key handler from netback...
2006-01-07 kaf24@firebug... Handle migration of x86 VCPUs between physical CPUs.
2006-01-07 kaf24@firebug... Reduce locked critical region in __enter_scheduler(),
2006-01-07 vhanquez@kneesa... separate installation of headers from the linux tree...
2006-01-06 vhanquez@kneesa... test return value of kmalloc to prevent crash is the...
2006-01-06 vhanquez@kneesa... Get rid of the err variable by directly returning error...
2006-01-06 kaf24@firebug... Change the context-switch interface. Get rid of
2006-01-06 kaf24@firebug... Rename per-domain cpumask to more descriptive domain_di...
2006-01-06 kaf24@firebug... Clean up domain shutdown and modification of vcpu
2006-01-06 cl349@firebug... Always EXPORT_SYMBOL pm_power_off now that pm_power_off...
2006-01-06 cl349@firebug... Move definition of pm_power_off to a more sensible...
2006-01-06 kaf24@firebug... Fix a couple of bogus dom0_op names:
2006-01-06 kaf24@firebug... Clean up xen-internal representation of per-vcpu
2006-01-05 kaf24@firebug... Fix up x86 emulator header docs and ensure callers use
2006-01-04 kaf24@firebug... The dom0_ops implementation wasn't matching the interfa...
2006-01-04 kaf24@firebug... Fixes to mtrr interface code in linux guest.
2006-01-04 kaf24@firebug... Add IO-APIC interrupt debugging to 'i' debug key.
2006-01-04 kaf24@firebug... Fix split of duties between close_netdev() and
2006-01-04 kaf24@firebug... Add pending status to irq debugkey dump.
2006-01-04 kaf24@firebug... Add dubug key for dumping guest-bound physical interrupts
2006-01-04 kaf24@firebug... This patch adds TPM_Seal support to the VTSP. On measur...
2006-01-03 kaf24@firebug... merge
2006-01-03 kaf24@firebug... Marge with xen-ia64-unstable.hg
2006-01-03 vhanquez@kneesa... convert latest old initializer to C99 initializer
2006-01-03 emellor@leeni... Fix comment describing return value -- xs_rm returns...
2006-01-03 emellor@leeni... Remove "Died" support from the hotplug monitoring....
2006-01-03 emellor@leeni... Use xenctrl.h, not xc_private.h.
2006-01-03 djm@kirby.fc... Adapt xen-ia64 to changes in xen-unstable
2006-01-03 djm@kirby.fc... Merge
2006-01-03 djm@kirby.fc... Small bug fixes
2006-01-03 emellor@leeni... Remove 03_network_attach_detach_multiple_pos.test from...
2006-01-03 emellor@leeni... Vcpu-list's error message shows an unnecessary header.
2006-01-03 emellor@leeni... These xm info, top, dmesg and log requre no parameter.
2006-01-03 kaf24@firebug... Move public hvm interfaces into xen/include/public...
2006-01-03 kaf24@firebug... merge
next